X-Git-Url: https://git.rkrishnan.org/?a=blobdiff_plain;f=docs%2Ffrontends%2FCLI.rst;h=764cd7a6fa104bc75567469e7df5e268052e6543;hb=d28041fbe46924511eafd5676061577d9ca45fed;hp=ed8ddf65debcf31d7c06c31aeb1d205b9e30b773;hpb=57ee56533f9a7854475d8e48ea307c99e15f8fd3;p=tahoe-lafs%2Ftahoe-lafs.git diff --git a/docs/frontends/CLI.rst b/docs/frontends/CLI.rst index ed8ddf65..764cd7a6 100644 --- a/docs/frontends/CLI.rst +++ b/docs/frontends/CLI.rst @@ -261,9 +261,9 @@ Command Syntax Summary ``tahoe webopen [PATH]`` -``tahoe put [--format=FORMAT] [FROMLOCAL|-]`` +``tahoe put [--mutable] [FROMLOCAL|-]`` -``tahoe put [--format=FORMAT] FROMLOCAL|- TOPATH`` +``tahoe put [--mutable] FROMLOCAL|- TOPATH`` ``tahoe put [FROMLOCAL|-] mutable-file-writecap`` @@ -394,7 +394,7 @@ Command Examples from the following path. When the source file is named "``-``", the contents are taken from stdin. -``tahoe put file.txt --format=SDMF`` +``tahoe put file.txt --mutable`` Create a new (SDMF) mutable file, fill it with the contents of ``file.txt``, and print the new write-cap to stdout. @@ -402,7 +402,7 @@ Command Examples ``tahoe put file.txt MUTABLE-FILE-WRITECAP`` Replace the contents of the given mutable file with the contents of - ``file.txt`` and prints the same write-cap to stdout. + ``file.txt`` and print the same write-cap to stdout. ``tahoe cp file.txt tahoe:uploaded.txt``