mirror of
https://github.com/Derisis13/barusu.git
synced 2025-12-06 19:42:48 +01:00
changed help to display program name correctly
changed setup.py to install with the correct name
This commit is contained in:
2
main.py
2
main.py
@@ -108,7 +108,7 @@ if __name__ == '__main__':
|
||||
else:
|
||||
for option, value in options:
|
||||
if option in ("-h", "--help"):
|
||||
print("usage: backup_assistant [opts]\n"
|
||||
print("usage: barusu [opts]\n"
|
||||
"Options:\n"
|
||||
"\t-h --help: show this\n"
|
||||
"\t-d --backup-dir [directory]: set the directory for the backup/restoration (default is ~/.backups)\n"
|
||||
|
||||
Reference in New Issue
Block a user