diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-06 11:41:01 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-06 11:41:01 -0400 |
commit | 18a5bea209de05d47df17a731634eab21f991d4e (patch) | |
tree | 3cf0fc6df5e1fbb9513543fa33bd5927689f9229 /doc | |
parent | 4433049e1c444db9536be2141431d98b0ea438e4 (diff) | |
download | debhelper-18a5bea209de05d47df17a731634eab21f991d4e.tar.gz |
releasing version 7.3.127.3.12
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index c3530f26..4be09b1c 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -266,7 +266,7 @@ remove_command($existing_command) Remove $existing_command from the list of commands to run in all sequences. -add_command($sequence, $new_command) +add_command($new_command, $sequence) Add $new_command to the beginning of the specified sequence. If the sequence does not exist, it will be created. |