hardcode arg0 in usage msg of packaging.sh
authorJF Ding <jian-feng.ding@intel.com>
Mon, 28 Nov 2011 06:41:59 +0000 (14:41 +0800)
committerJF Ding <jian-feng.ding@intel.com>
Mon, 28 Nov 2011 06:41:59 +0000 (14:41 +0800)
data/packaging.sh

index b16ada4..574c3dd 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 USAGE="usage:
-    $0 <git object> [-s] [-f spec_file]
+    tizenpkg packaging <git object> [-s] [-f spec_file]
 options:
     -s    silence remove patch without question
     -f    specify a spec file
@@ -322,4 +322,4 @@ rm tizen-patches -r
 info_msg "done."
 
 info_msg "You're on release branch now."
-info_msg "All the changes to release branch are done, please check, commit them."
\ No newline at end of file
+info_msg "All the changes to release branch are done, please check, commit them."