Browse Source

code moved to python

Nicolo' Palazzini 5 years ago
parent
commit
db76104034
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xfreerdpctl

+ 1 - 1
xfreerdpctl.py → xfreerdpctl

@@ -14,7 +14,7 @@ from threading import Thread
 #from getpass import getpass
 
 choices = ('status','start','stop')
-parser = argparse.ArgumentParser(description='Simple tool to handle xfreerdp on LCM nodes.', usage='xfreerdp {'+','.join(choices)+'} [options]')
+parser = argparse.ArgumentParser(description='Simple tool to handle xfreerdp on LCM nodes.', usage='xfreerdpctl {'+','.join(choices)+'} [options]')
 
 ## positional arguments
 parser.add_argument( 'cmd', nargs="?", choices=choices, default='status', help='Specify command to execute, default is \'status\'' )