Skip to content

Commit ce7c963

Browse files
rhertzogbigon
authored andcommitted
Add a new "dropbox update" command This command forces a new download and installation of the dropbox binary files.
1 parent 209542f commit ce7c963

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dropbox.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,15 @@ def columnize(list, display_list=None, display_width=None):
878878
for line in lines:
879879
console_print(line)
880880

881+
@command
882+
def update(args):
883+
u"""download latest version of dropbox
884+
dropbox update
885+
886+
Downloads the latest version of dropbox.
887+
"""
888+
download()
889+
881890
@command
882891
@requires_dropbox_running
883892
@alias('stat')

0 commit comments

Comments
 (0)