Browse Source

Change help message for `-m`

Matteo Bonamassa 4 years ago
parent
commit
bb5b87858c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whoall

+ 1 - 1
whoall

@@ -39,7 +39,7 @@ parser.add_argument('-f', '--full', action='store_true', dest='full',
                     help='display all nodes including empty, \
                     unreachable and unavailable')
 parser.add_argument('-m', '--math', action='store_true', dest='math',
-                    help='only Mathematica hosts ')
+                    help='only display Mathematica hosts ')
 parser.add_argument('-n', action='store_true', dest='n',
                     help='not display the progressbar and colors')
 parser.add_argument('-N', action='store_true', dest='N',