Commit Diff


commit - 7280143edc2d689b1f57d5a46d376e48cdae64a2
commit + e1d27370ef5a6da06bbda0fc78bf629f1cb3ccd3
blob - f269d7f82aee7041447dac1e79ba86526f0d252c
blob + 02e13d54951c31a8f0e635a8f07be977d6861681
--- got/got.1
+++ got/got.1
@@ -2431,7 +2431,7 @@ Enable tab-completion of
 command names in
 .Xr ksh 1 :
 .Pp
-.Dl $ set -A complete_got -- $(got -h 2>&1 | sed -n s/commands://p)
+.Dl $ set -A complete_got_1 -- $(got -h 2>&1 | sed -n s/commands://p)
 .Pp
 Clone an existing Git repository for use with
 .Nm .