Эх сурвалжийг харах

Fix usage ordering, logs are now common to build and push

Joe Ferguson 11 жил өмнө
parent
commit
c6ee32ead9
1 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 6 6
      bashbrew/bashbrew.sh

+ 6 - 6
bashbrew/bashbrew.sh

@@ -27,23 +27,23 @@ usage: $0 [build|push] [options] [repo[:tag] ...]
    repositories specified in the library files in the namespaces.
 
 common options:
-  --help, -h, -?     Print this help message
   --all              Builds all Docker repos specified in library
+  --docker="$docker"
+                     Use a custom Docker binary.
+  --help, -h, -?     Print this help message
   --library="$library"
                      Where to find repository manifest files
+  --logs="$logs"
+                     Where to store the build logs
   --namespaces="$namespaces"
                      Space separated list of namespaces to tag images in after
                      building
-  --docker="$docker"
-                     Use a custom Docker binary.
 
 build options:
-  --no-clone         Don't pull the Git repos
   --no-build         Don't build, just echo what would have built
+  --no-clone         Don't pull the Git repos
   --src="$src"
                      Where to store the cloned Git repositories
-  --logs="$logs"
-                     Where to store the build logs
 
 push options:
   --no-push          Don't actually push the images to the Docker Hub