From 22c8a0f2cc3dd7683d7243bfdf824f1da31af705 Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Mon, 2 Dec 2013 10:09:31 -0500 Subject: [PATCH] Fix markdown --- doc/commands/reset-remote.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/commands/reset-remote.md b/doc/commands/reset-remote.md index 7ca93afb..f308c52e 100644 --- a/doc/commands/reset-remote.md +++ b/doc/commands/reset-remote.md @@ -5,11 +5,13 @@ This way, you are able to fetch again the next changesets. ## Synopsis +``` Usage: git-tfs reset-remote commit-sha1-ref ex : git tfs reset-remote 3dcce821d7a20e6b2499cdd6f2f52ffbe8507be7 -h, -H, --help -V, --version -d, --debug Show debug output about everything git-tfs does +``` ## Example