Browse Source

Usage()を更新。Actionsを修正しました。

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@687 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 15 years ago
parent
commit
02188eb8a5
1 changed files with 6 additions and 6 deletions
  1. 6 6
      vbuilder.sh.in

+ 6 - 6
vbuilder.sh.in

@@ -3,7 +3,7 @@
 
 Usage_C(){
     cat<<EOF
-Usage:	$(basename $0) {--version [version]} {--arch [arch]} {--dist-upgrade} {--target [target]} {--with-compat32} {--build|--clean|--build-rpm [src.rpm]|--install-rpm [arch.rpm|package]|--remove-rpm [package]}
+Usage:	$(basename $0) {--version [version]} {--arch [arch]} {--dist-upgrade} {--target [target]} {--with-compat32} {clean|build|build-rpm [src.rpm]|install-rpm [arch.rpm|package]|remove-rpm [package]}
 
 Options:
 	--version:		set [version] (default: ${DEFAULT_VERSION})
@@ -14,11 +14,11 @@ Options:
 	--with-compat32:	build rpms with compat32 on boostrap
 
 Actions:
-	--clean:		clean boostrap of [version]
-	--build:		build boostrap of [version]
-	--build-rpm:		build [src.rpm] on boostrap
-	--install-rpm:		install [arch.rpm|package] on boostrap
-	--remove-rpm:		remove [package] on boostrap
+	clean:			clean the boostrap of [version]
+	build:			build a boostrap of [version]
+	build-rpm:		build [src.rpm] on a boostrap
+	install-rpm:		install [arch.rpm|package] on a boostrap
+	remove-rpm:		remove [package] on a boostrap
 
 For example, 
 * make a clean/plain build environment on the current archtecture: