Skip to content

Commit 2ff5601

Browse files
committed
pushpkg: reword LDAP argument description
1 parent 7990150 commit 2ff5601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pushpkg/completions/pushpkg.fish

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ complete -c pushpkg -s f -l force-push-noarch-package -d 'Force Push noarch pack
1111
complete -c pushpkg -s d -l delete -d 'Clean OUTPUT directory after finishing uploading'
1212
complete -c pushpkg -s r -l retro -d 'Push to AOSC OS/Retro repo'
1313
complete -c pushpkg -s v -l verbose -d 'Enable verbose logging for ssh and rsync'
14-
complete -xc pushpkg -n "__fish_is_nth_token 1" -a "(__pushpkg_complete_username)" -d 'Your LDAP username'
14+
complete -xc pushpkg -n "__fish_is_nth_token 1" -a "(__pushpkg_complete_username)" -d 'LDAP username'
1515
complete -xc pushpkg -n "__fish_is_nth_token 2" -a "(__pushpkg_complete_branch)" -d 'AOSC OS update branch'
1616
complete -xc pushpkg -n "__fish_is_nth_token 3" -a "main bsp-sunxi bsp-rk bsp-rpi bsp-qcom" -d 'Repository component'

0 commit comments

Comments
 (0)