Skip to content

Commit 2304478

Browse files
Update src/python/dxpy/scripts/dx.py
Co-authored-by: Kurt Jensen <kjensen@dnanexus.com>
1 parent db422c2 commit 2304478

File tree

1 file changed

+1
-1
lines changed
  • src/python/dxpy/scripts

1 file changed

+1
-1
lines changed

src/python/dxpy/scripts/dx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4821,7 +4821,7 @@ def positive_number(value):
48214821
nargs='+')
48224822
mv_sources_action.completer = DXPathCompleter()
48234823
parser_mv.add_argument('destination', help=fill('Folder into which to move the sources or new pathname (if only one source is provided). Must be in the same project/container as all source paths.', width_adjustment=-15))
4824-
parser_mv.add_argument('--target-file-relocation', help='Allow symlink target file relocation in external storage while moving a symlink.', default=False)
4824+
parser_mv.add_argument('--target-file-relocation', help='Allow symlink target file relocation in external storage while moving a symlink.', default=False, action='store_true')
48254825
parser_mv.set_defaults(func=mv)
48264826
register_parser(parser_mv, categories='fs')
48274827

0 commit comments

Comments
 (0)