diff options
author | Junichi Uekawa <dancer@coreduo.netfort.gr.jp> | 2007-06-17 23:27:43 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@coreduo.netfort.gr.jp> | 2007-06-17 23:27:43 +0900 |
commit | 03d20f1983f206b280e270adbdc363ea472b73bf (patch) | |
tree | 73675606ee5c4f03cb9f2842a11c41d00ec4a4fa /ChangeLog | |
parent | 0f2c935779af2c3232841544af4f0c9853caf229 (diff) | |
download | pbuilder-03d20f1983f206b280e270adbdc363ea472b73bf.tar pbuilder-03d20f1983f206b280e270adbdc363ea472b73bf.tar.gz |
add -- to command-line options in manpage
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ 2007-06-17 Junichi Uekawa <dancer@debian.org> * pbuilder.8: fix incorrect banners in execution example. + reorganize command-line parameters to be prepended with a '--', in + par with cowdancer which uses getopt_long. getopt_long requires + the '--'. 2007-06-16 Junichi Uekawa <dancer@debian.org> |