diff --git a/main.py b/main.py index ed2c967..7ab9b16 100644 --- a/main.py +++ b/main.py @@ -109,10 +109,10 @@ if __name__ == '__main__': for option, value in options: if option in ("-h", "--help"): 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" - "\t-r --restore: run the restoration (from backupdir)\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" + "\t-r --restore: run the restoration (from backupdir)\n") exit() elif option in ("-d", "--backup-dir"): backupdir = os.path.expanduser(value)