Pierre Bourdin hace 1 año
padre
commit
d24ee6adcb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      sa828.py

+ 2 - 2
sa828.py

@@ -138,8 +138,8 @@ def main():
 
   opts = parser.parse_args()
   if not hasattr(opts, 'func'):
-    print('sa818: error: the following arguments are required: {radio,volume,filters,version}\n'
-          'use --help for more informatiion',
+    print('sa818: error: the following arguments are required: {version,reset,readparameter,setparameter}\n'
+          'use --help for more information',
           file=sys.stderr)
     sys.exit(os.EX_USAGE)