From 36b7d2c263bac54ecd765c095aeb2084846374e7 Mon Sep 17 00:00:00 2001 From: "P. J. McDermott" Date: Tue, 24 Sep 2013 08:29:39 -0400 Subject: [PATCH] ssic: Rearrange options in help output. --- bin/ssic | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ssic b/bin/ssic index 34f3502..f6622a0 100755 --- a/bin/ssic +++ b/bin/ssic @@ -81,9 +81,9 @@ sub help usage($fh); print("Options:\n"); - print(" -D = Set the variable to \n"); - print(" -I Set the document root to \n"); print(" -o Place the output into \n"); + print(" -I Set the document root to \n"); + print(" -D = Set the variable to \n"); print(" -h, --help Display this information\n"); print(" -V, --version Display compiler version information\n"); } -- 2.31.1