diff --git a/cli/cliParser.py b/cli/cliParser.py index 20dae31b6..00c7cb7d7 100755 --- a/cli/cliParser.py +++ b/cli/cliParser.py @@ -22,6 +22,7 @@ class cliParser: parser.add_argument('--dkim', help='DKIM Signing') parser.add_argument('--openBasedir', help='To enable or disable open_basedir protection for domain.') parser.add_argument('--fileName', help='Complete path to a file that needs to be restored.') + parser.add_argument('--backupPath', help='Backup path to use when generating a backup.') ## Package Arguments. @@ -69,4 +70,4 @@ class cliParser: parser.add_argument('--siteTitle', help='Site Title for application installers.') parser.add_argument('--path', help='Path for application installers.') - return parser.parse_args() \ No newline at end of file + return parser.parse_args()