summaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-02 14:55:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-02 14:55:31 +0000
commitb001d3c4ea53925791e6669e47644d3d8728239d (patch)
treebf30883a4e482f25ea0b83ebedc83da6e868fabd /sbin/fdisk
parent7d1ca3ee9ae0f1e1b333e7d539e17ef9e7661dac (diff)
tell user about "help"
Diffstat (limited to 'sbin/fdisk')
-rw-r--r--sbin/fdisk/user.c3
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 {