diff options
| -rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +Usage: git-sed OPTIONS* -- SEDEXPR FILES* + +Options: + --greprx REGEXP - Select only files matching REGEXP + --sedopts ARGS - Pass ARGS to sed + --test - When combined with sed 'p' modifer, print lines that would change, without applying any actual change. + --backupext EXT - Backup files before changing them to fileEXT + --usage - Print help + --content - Apply sed expression to content. + --filenames - Apply sed expression to filenames. + --both - Apply sed expression to both content and filenames + --force - Continue even in the presence of unstable changes + --help + --debug |
