X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=usage.go;h=cbbb672702adebf54997499c15800d21c4ae128c;hp=2e96ca8c030641787fcd514627decc9d6b404221;hb=fd3be6ccc0576edf0a74b9f312f8308482b7dd9c;hpb=2f59a0a81e3839ead25a8bb31c14c4771775f684 diff --git a/usage.go b/usage.go index 2e96ca8..cbbb672 100644 --- a/usage.go +++ b/usage.go @@ -1,6 +1,6 @@ /* goredo -- redo implementation on pure Go -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ import ( ) const ( - Version = "0.3.0" + Version = "0.12.0" Warranty = `This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. @@ -48,7 +48,7 @@ func versionGet() string { func usage() { fmt.Fprintf(os.Stderr, versionGet()+` -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 Sergey Matveev License GPLv3: GNU GPL version 3 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. @@ -58,7 +58,7 @@ be linked to goredo executable. It determines the command by its own name. You can create them by running: goredo -symlinks. * redo [options] [target ...] - forcefully and sequentially build specified targets + forcefully and *sequentially* build specified targets * redo-always always build current target. Unusable outside .do * redo-cleanup {full,log,tmp} [...]