# # # patch "cmd_netsync.cc" # from [345e30417c0e5d464118f011933d0fa576541821] # to [c2bc11a37824a01bb4ba40bbda1736e0301cd41c] # ============================================================ --- cmd_netsync.cc 345e30417c0e5d464118f011933d0fa576541821 +++ cmd_netsync.cc c2bc11a37824a01bb4ba40bbda1736e0301cd41c @@ -205,7 +205,7 @@ CMD(clone, "clone", "", CMD_REF(network) CMD(clone, "clone", "", CMD_REF(network), N_("ADDRESS[:PORTNUMBER] [DIRECTORY]"), - N_("Checks out a revision from remote a database into a directory"), + N_("Checks out a revision from a remote database into a directory"), N_("If a revision is given, that's the one that will be checked out. " "Otherwise, it will be the head of the branch supplied. " "If no directory is given, the branch name will be used as directory"),