doc: rename edit command to update (#1774)

This commit is contained in:
Bruno Heridet 2020-05-13 10:02:41 +02:00 committed by GitHub
parent 9700b74407
commit cb24a9c7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# edit # update
Edits an existing column on a table. First parameter is the column to edit and the second parameter is the value to put. Updates an existing column on a table. First parameter is the column to update and the second parameter is the value to put.
## Examples ## Examples
@ -15,7 +15,7 @@ Edits an existing column on a table. First parameter is the column to edit and t
3 │ abaracadabra.txt │ File │ │ 401 B │ a day ago │ a day ago 3 │ abaracadabra.txt │ File │ │ 401 B │ a day ago │ a day ago
4 │ youshouldeatmorecereal.txt │ File │ │ 768 B │ a day ago │ a day ago 4 │ youshouldeatmorecereal.txt │ File │ │ 768 B │ a day ago │ a day ago
━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━┷━━━━━━━━━━┷━━━━━━━━┷━━━━━━━━━━━┷━━━━━━━━━━━ ━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━┷━━━━━━━━━━┷━━━━━━━━┷━━━━━━━━━━━┷━━━━━━━━━━━
> ls | edit modified neverrrr > ls | update modified neverrrr
━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━┯━━━━━━━━━━┯━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━ ━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━┯━━━━━━━━━━┯━━━━━━━━┯━━━━━━━━━━━┯━━━━━━━━━━
# │ name │ type │ readonly │ size │ accessed │ modified # │ name │ type │ readonly │ size │ accessed │ modified
───┼────────────────────────────┼──────┼──────────┼────────┼───────────┼────────── ───┼────────────────────────────┼──────┼──────────┼────────┼───────────┼──────────
@ -35,7 +35,7 @@ Edits an existing column on a table. First parameter is the column to edit and t
0 │ X │ filesystem │ /home/username/stuff/expr/stuff 0 │ X │ filesystem │ /home/username/stuff/expr/stuff
1 │ │ filesystem │ / 1 │ │ filesystem │ /
━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
> shells | edit " " X | edit path / > shells | update " " X | update path /
━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━ ━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━
# │ │ name │ path # │ │ name │ path
───┼───┼────────────┼────── ───┼───┼────────────┼──────