diff options
Diffstat (limited to 'src/pkgdev/scripts/pkgdev_commit.py')
-rw-r--r-- | src/pkgdev/scripts/pkgdev_commit.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pkgdev/scripts/pkgdev_commit.py b/src/pkgdev/scripts/pkgdev_commit.py index 1373b35..162a8f7 100644 --- a/src/pkgdev/scripts/pkgdev_commit.py +++ b/src/pkgdev/scripts/pkgdev_commit.py @@ -167,9 +167,8 @@ commit_opts.add_argument( '-e', '--edit', action='store_true', help='force edit of commit', docs=""" - The message taken from command line with -m, and from automatically - generated one are usually used as the commit log message unmodified. - This option lets you further edit the message taken from these sources. + This option will ask git to open the commit message in an editor before + commit. The git configuration is used to select the editor. """) add_actions = commit_opts.add_mutually_exclusive_group() |