From b7be4af5eae86fb312bc74322f5168cf385a5cc7 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Thu, 12 Dec 2013 23:32:06 -0500 Subject: [PATCH] clarified -c and -d flags in the help prompt --- l2ork_addons/tar_em_up.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh index 1932d04bb..2a7973902 100755 --- a/l2ork_addons/tar_em_up.sh +++ b/l2ork_addons/tar_em_up.sh @@ -10,8 +10,8 @@ then echo " -a l2ork addon to the dev package" echo " -b build a deb (incremental, all platforms)" echo " -B build a deb (complete recompile)" - echo " -c core Pd" - echo " -d whole dev folder" + echo " -c core Pd source tarball" + echo " -d whole dev folder tarball" echo " -e everything" echo " -f full installer (incremental)" echo " -F full installer (complete recompile)" -- GitLab