summaryrefslogtreecommitdiffstats
path: root/cli/src
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2010-10-05 00:24:40 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-05 03:42:53 -0700
commit25c2e7e18a07f76a8e2168eb9c3d8f87c558069e (patch)
tree9d81f2dec4ad8de4a4b84f05262f25bc7a07a5a5 /cli/src
parent3f89342de32f214cdb9d641c402954ae9345af71 (diff)
Do not exit to shell after gluster help if readline mode is not enabled
Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1709 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1709
Diffstat (limited to 'cli/src')
-rw-r--r--cli/src/cli-cmd-misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/src/cli-cmd-misc.c b/cli/src/cli-cmd-misc.c
index ecef83d116e..1e356c63bea 100644
--- a/cli/src/cli-cmd-misc.c
+++ b/cli/src/cli-cmd-misc.c
@@ -72,9 +72,6 @@ cli_cmd_display_help (struct cli_state *state, struct cli_cmd_word *in_word,
for (cmd = cli_misc_cmds; cmd->pattern; cmd++)
cli_out ("%s - %s", cmd->pattern, cmd->desc);
- if (!state->rl_enabled)
- exit (0);
-
return 0;
}
82d5c5656301d9b426dc50a95e8c54db42c90e'>dht/rebalance: set the correct ownership on the dst file.shishir gowda2012-08-301-0/+8 * storage/posix: implement native linux AIO supportshishir gowda2012-08-278-6/+657 * afr: Avoid excessive logging in self-heal.v3.3.1qa1Krishnan Parthasarathi2012-08-176-20/+26 * cluster/afr: Handle child_up & fd not opened case in xactionPranith Kumar K2012-08-171-7/+8 * rpc: Reduce frame-timeout for glusterd connectionsKaushal M2012-08-173-8/+46 * cluster/dht: Optimize readdirp calls in DHTshishir gowda2012-08-165-3/+68 * performance/io-cache: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-161-18/+81 * performance/write-behind: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-151-3/+15 * cluster/stripe: Filter coalesce xattr from getfattrShylesh Kumar2012-08-151-0/+3 * cluster/afr: Avoid setting split-brain outside inode locksPranith Kumar K2012-08-125-34/+46 * features/locks: Fix statedump codePranith Kumar K2012-08-124-74/+52 * performance/io-threads: Provide option to turn off least-priorityPranith Kumar K2012-08-123-10/+19 * performance/read-ahead: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-111-11/+18 * performance/quick-read: use pthread_mutex_trylock to hold mutex in statedumpsRaghavendra Bhat2012-08-111-3/+17 * protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-111-11/+29 * acl: enable handling of FMODE_EXEC flagAmar Tumballi2012-08-091-0/+7 * cluster: fix crash on link of named pipe in stripe/replicate volBrian Foster2012-08-092-12/+11 * cluster/stripe: don't fail if no fctx on a non-regular fileBrian Foster2012-08-091-10/+14 * calls to dict_allocate_and_serialize() are not 64-bit cleanKaleb S. KEITHLEY2012-08-034-26/+20 * nfs: make NFS filehandles deterministicAnand Avati2012-08-032-151/+6 * cluster/dht: Remove dht dependency on glusterfsd-mgmtshishir gowda2012-08-011-1/+7 * glusterd: Set errstr for duplicate add-brickKaushal M2012-08-011-0/+3 * cluster/distribute: Suppress user xattr mismatch log messageshishir gowda2012-07-251-1/+1 * storage/posix: handle getxattr failures gracefullyRaghavendra Bhat2012-07-182-52/+124 * glusterd: Fix peer probe when username/password is missingKaushal M2012-07-171-12/+8 * geo-rep / gsyncd: fixes to communication with child processesCsaba Henk2012-07-161-7/+11 * nfs/nlm: statedump of locksRajesh Amaravathi2012-07-16