The "-p" option is no longer a supported command line option.

This code should have been removed by commit 01db0099 "fedfsc:
Specify manadatory arguments as positional parameters
(fedfs-*-replication)", Nov 28 12:10:40 2011.

Signed-off-by: Chuck Lever <[email protected]>
---
 src/fedfsc/fedfs-delete-replication.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/fedfsc/fedfs-delete-replication.c 
b/src/fedfsc/fedfs-delete-replication.c
index ee0a6bd..8da9ebd 100644
--- a/src/fedfsc/fedfs-delete-replication.c
+++ b/src/fedfsc/fedfs-delete-replication.c
@@ -184,9 +184,6 @@ main(int argc, char **argv)
                case 'h':
                        hostname = optarg;
                        break;
-               case 'p':
-                       path = optarg;
-                       break;
                default:
                        fprintf(stderr, "Invalid command line argument: %c\n", 
(char)arg);
                case '?':


_______________________________________________
fedfs-utils-devel mailing list
[email protected]
https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel

Reply via email to