Skip to content

Commit

Permalink
Align optional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Mar 11, 2014
1 parent a33b882 commit 4a7732a
Showing 1 changed file with 7 additions and 7 deletions.
Expand Up @@ -290,12 +290,12 @@ public static void usage() {
+ " --plate_description DESCRIPTION\tPlate description to use\n"
+ "\n"
+ "Optional arguments:\n"
+ " -h\t\t\tDisplay this help and exit\n"
+ " -f\t\t\tDisplay the used files and exit\n"
+ " -c\t\t\tContinue importing after errors\n"
+ " -l READER_FILE\tUse the list of readers rather than the default\n"
+ " -d DATASET_ID\t\tOMERO dataset ID to import image into\n"
+ " -r SCREEN_ID\t\tOMERO screen ID to import plate into\n"
+ " -h\t\t\t\t\tDisplay this help and exit\n"
+ " -f\t\t\t\t\tDisplay the used files and exit\n"
+ " -c\t\t\t\t\tContinue importing after errors\n"
+ " -l READER_FILE\t\t\tUse the list of readers rather than the default\n"
+ " -d DATASET_ID\t\t\t\tOMERO dataset ID to import image into\n"
+ " -r SCREEN_ID\t\t\t\tOMERO screen ID to import plate into\n"

+ " --report\t\t\t\tReport errors to the OME team\n"
+ " --upload\t\t\t\tUpload broken files with report\n"
Expand All @@ -309,7 +309,7 @@ public static void usage() {
+ "\n"
+ "Examples:\n"
+ "\n"
+ " $ %s -s localhost -u username -w password -d 50 foo.tiff\n"
+ " $ %s -s localhost -u user -w password -d 50 foo.tiff\n"
+ " $ %s -f foo.tiff\n"
+ " $ %s -s localhost -u username -w password -d 50 --debug ALL foo.tiff\n"
+ "\n"
Expand Down

0 comments on commit 4a7732a

Please sign in to comment.