From 5f79758aab63b279ab6f4d2886f7f807e2ad8e32 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Dec 07 2010 11:16:57 +0000 Subject: Update comment in cli_getRepoStatus.sh --- diff --git a/Scripts/Bash/Functions/cli_getRepoStatus.sh b/Scripts/Bash/Functions/cli_getRepoStatus.sh index a98d31a..00ab48e 100755 --- a/Scripts/Bash/Functions/cli_getRepoStatus.sh +++ b/Scripts/Bash/Functions/cli_getRepoStatus.sh @@ -1,9 +1,10 @@ #!/bin/bash # # cli_getRepoStatus.sh -- This function requests the working copy -# using the `svn status' command to return the first character on each -# output line, as described in `svn help status`. Use this function to -# know which status, the first argument passed to this function, has. +# using the svn status command and returns the first character in the +# output line, as described in svn help status, for the LOCATION +# specified. Use this function to perform verification based a +# repository LOCATION status. # # Copyright (C) 2009, 2010 Alain Reguera Delgado #