From e1c65a1a9b37ee6d4243554d29848f68195be8ff Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 21 Aug 2011 14:13:00 +0200 Subject: [PATCH] #40 adb: Fix label --- _adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_adb b/_adb index 09028b0..00b06dc 100644 --- a/_adb +++ b/_adb @@ -268,7 +268,7 @@ _adb_remote_directories() { (( $+functions[_adb_remote_commands] )) || _adb_remote_commands() { local commands; commands=($(_call_program packages $service $adb_args shell "'IFS=:;for path_dir in \$PATH; do ls \$path_dir 2>/dev/null; done'")) - _describe -t remote-command 'remote-command' commands && ret=0 + _describe -t remote-command 'remote command' commands && ret=0 } (( $+functions[_adb_local_forward_specs] )) ||