commit 86d25a1b02a67714850c0c7d78cfac065e455fe0 from: Stefan Sperling date: Thu Jul 11 18:24:11 2019 UTC 'got rm' -> 'got remove' in man page commit - f09e2405e1b95f1330287ea63b506140b0b65fbd commit + 86d25a1b02a67714850c0c7d78cfac065e455fe0 blob - 056d7c9f159f76b9a6bf24d61029a8b11e934dfd blob + 6e3f9cff1657df36b6d3d959290b7ab16a113b37 --- got/got.1 +++ got/got.1 @@ -376,7 +376,7 @@ Remove versioned files from a work tree and schedule t from the repository in the next commit. .Pp The options for -.Cm got rm +.Cm got remove are as follows: .Bl -tag -width Ds .It Fl f @@ -396,7 +396,7 @@ If a file was added with .Cm got add it will become an unversioned file again. If a file was deleted with -.Cm got rm +.Cm got remove it will be restored. .It Cm rv Short alias for @@ -676,7 +676,7 @@ via the repository's HEAD reference, respectively: Add new files and remove obsolete files in a work tree directory: .Pp .Dl $ got add sys/uvm/uvm_ubc.c -.Dl $ got rm sys/uvm/uvm_vnode.c +.Dl $ got remove sys/uvm/uvm_vnode.c .Pp Create a new commit from local changes in a work tree directory with a pre-defined log message.