OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4038-gdc43846

Gerrit Code Review gerrit@openafs.org
Thu, 7 Nov 2013 04:21:31 -0800 (PST)


The following commit has been merged in the master branch:
commit dc4384653fed48104016a0e00fc2487851eb6806
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Nov 5 11:00:21 2013 -0600

    backup: Display general help on -help
    
    Currently, 'backup' tries to guess if we are running 'backup
    interactive' before libcmd actually parses our arguments. This is
    tricky, since we run 'backup interactive' if no explicit subcommand is
    actually given. One consequence of this is that currently, running
    'backup -help' just displays the help for the 'backup interactive'
    command, not the help output for 'backup' itself.
    
    The current heuristics for guessing at whether we are running 'backup
    interactive' or not are a bit fishy, but at least for now, just make
    sure -help works. This should still ensure any other behavior is
    unchanged, but just 'backup -help' now works like other command
    suites.
    
    Change-Id: I31ecbcad7efffd301d23f109c66eee0417882a90
    Reviewed-on: http://gerrit.openafs.org/10439
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/bucoord/main.c |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository