]> jfr.im git - irc/hexchat/gvsbuild.git/commitdiff
Better / correct pption description
authorDanny 'Guru' Forghieri <redacted>
Sun, 17 Jun 2018 12:44:35 +0000 (14:44 +0200)
committerDanny 'Guru' Forghieri <redacted>
Sun, 17 Jun 2018 12:44:35 +0000 (14:44 +0200)
gvsbuild/utils/parser.py

index 2e8973d80f28baf8089ea865ae6fd5ed554f02a0..6f2bcdaa7e7579d60bee815f523449b49cbea4f6 100644 (file)
@@ -211,8 +211,8 @@ Examples:
                          help='A comma separated list of project(s) not to build.')\r
 \r
     p_build.add_argument('--make-zip', default=False, action='store_true',\r
-                         help="Create singles zips of the projects built under $(build-dir)\\dist\\vsXXXX\\[platform]\\[configuration], " +\r
-                         "for example 'c:\\gtk-build\\dist\\vs2015\\win32\\release'. " +\r
+                         help="Create singles zips of the projects built under $(build-dir)\\dist\\vsXXXX[-sdkVer]\\[platform]\\[configuration], " +\r
+                         "for example 'c:\\gtk-build\\dist\\vs2015-8.1\\win32\\release'. " +\r
                          "NOTE: the destination dir (e.g. 'c:\\gtk-build\\gtk\\win32\\release') " +\r
                          "will be cleared completely before the build!")\r
     p_build.add_argument('--zip-continue', default=False, action='store_true',\r
@@ -225,7 +225,7 @@ Examples:
     p_build.add_argument('--keep-tools', default=False, action='store_true',\r
                          help="Active only when used with --from-scratch, keep and don't delete the (common) tool directory.")\r
     p_build.add_argument('--fast-build', default=False, action='store_true',\r
-                         help="Assume that a project is up to date if the build directory is present. Use with caution!")\r
+                         help="Don't build a project if it's already built and not updated. Use with caution!")\r
     p_build.add_argument('-k', '--keep', default=False, action='store_true',\r
                          help="Continue the build even on errors, dropping the projects that depends on the failed ones")\r
 \r