Skip to content
Snippets Groups Projects
Commit 1c75f5ac authored by Ruben's avatar Ruben
Browse files

Small changes to help message

parent a8333786
No related branches found
No related tags found
No related merge requests found
......@@ -187,10 +187,10 @@ def store(archivefile,groupname,username):
#*************************************************************
#Parsing arguments and options from command line
#*************************************************************
usage = "python %(prog)s [options] directory"
usage = "%(prog)s [options] directory"
description = '''
description:
cjarchive.py archives a folder and all its contents in a compressed file
cjarchive archives a folder and all its contents in a compressed file
with the name USER_YYYYMMDDHHMMSS_DIRECTORY.tar.bz2. Requires that the
target folder contains a metadata file named ARCHIVE_METADATA.json in
JSON format (see below an example).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment