From 1c75f5acd9a40532a99b764186008cdae4800a12 Mon Sep 17 00:00:00 2001 From: Ruben <ruben.cabezon@unibas.ch> Date: Tue, 30 May 2017 18:43:39 +0200 Subject: [PATCH] Small changes to help message --- bin/cjarchiver | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cjarchiver b/bin/cjarchiver index 481c39c..e78799e 100755 --- a/bin/cjarchiver +++ b/bin/cjarchiver @@ -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). -- GitLab