~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-27 06:22:57 UTC
  • mfrom: (4556.1.1 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20090727062257-im0nsixc2e9ua9ac
(mbp) Make 'rm --keep' help more clear

Show diffs side-by-side

added added

removed removed

Lines of Context:
1472
1472
            title='Deletion Strategy', value_switches=True, enum_switch=False,
1473
1473
            safe='Only delete files if they can be'
1474
1474
                 ' safely recovered (default).',
1475
 
            keep="Don't delete any files.",
 
1475
            keep='Delete from bzr but leave the working copy.',
1476
1476
            force='Delete all the specified files, even if they can not be '
1477
1477
                'recovered and even if they are non-empty directories.')]
1478
1478
    aliases = ['rm', 'del']