From 8ce1846288ea10d9e86e7ffef8b793efff320d8c Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Sun, 14 Oct 2018 23:31:32 +0200 Subject: [PATCH] README: s/fs-fix/fix-filenames/ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3af1e52..449b717 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Pretty much like cp (see `gcp --help`). Please note that the behaviour is not exactly the same as cp's, even if gcp aims to be option-compatible. Mainly, the destination filenames can be modified -(cf. the `--fs-fix` option). +(cf. the `--fix-filenames` option). gcp doesn't implement all the options from cp yet, but it's a long-term goal. @@ -150,7 +150,7 @@ Contributors * Original author: Jérôme Poisson a.k.a. Goffi 2010-2011. * Thomas Preud'homme 2011: manpage, stat resolution fix. * Jingbei Li a.k.a. petronny 2016: conversion to Python3. -* Matteo Cypriani 2018: `--fs-fix` option, Python3 fixes. +* Matteo Cypriani 2018: `--fix-filenames` option, Python3 fixes. Contact