worktree: accept -f as short for --force for removal
[gitweb.git] / Documentation / git-worktree.txt
index e7eb24ab8528e39aa4e0a75f6feaa46d9cfb39fe..99b713c8490d2a4defaacf292ef8348a1e83af9d 100644 (file)
@@ -14,7 +14,7 @@ SYNOPSIS
 'git worktree lock' [--reason <string>] <worktree>
 'git worktree move' <worktree> <new-path>
 'git worktree prune' [-n] [-v] [--expire <expire>]
-'git worktree remove' [--force] <worktree>
+'git worktree remove' [-f] <worktree>
 'git worktree unlock' <worktree>
 
 DESCRIPTION