diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-02 14:55:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-02 14:55:31 +0000 |
commit | b001d3c4ea53925791e6669e47644d3d8728239d (patch) | |
tree | bf30883a4e482f25ea0b83ebedc83da6e868fabd /sbin/fdisk | |
parent | 7d1ca3ee9ae0f1e1b333e7d539e17ef9e7661dac (diff) |
tell user about "help"
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/user.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/user.c b/sbin/fdisk/user.c index 5c15af64893..86e54992e31 100644 --- a/sbin/fdisk/user.c +++ b/sbin/fdisk/user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: user.c,v 1.4 1997/09/30 00:02:54 mickey Exp $ */ +/* $OpenBSD: user.c,v 1.5 1997/10/02 14:55:30 deraadt Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -132,6 +132,7 @@ USER_modify(disk, tt, offset) /* Parse the sucker */ MBR_parse(mbr_buf, &mbr); + printf("Enter 'help' for information\n"); /* Edit cycle */ do { |