From 27e9ade7bceaf0c4cfbe1bad308a5172ee801bd5 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sat, 4 Jul 2020 02:16:16 +0100 Subject: Some command line messages of ./project didn't mention shell Until now, the 'shell' mode of the './project' script was missing in the top output of './project --help' and in the error message printed when no operation was given, or when more than one operation was given. This is now corrected. --- project | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project b/project index 916dc33..cdd0976 100755 --- a/project +++ b/project @@ -71,6 +71,7 @@ print_help() { # Print the output. cat <