Bug 5412

Summary: куда девался ключик -stdin?
Product: Sisyphus Reporter: Andrey Orlov <cray>
Component: elinksAssignee: Vladislav Zavjalov <slazav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: major    
Priority: P2 CC: at, george, glebfm, slazav
Version: unstable   
Hardware: all   
OS: Linux   

Description Andrey Orlov 2004-10-28 00:30:46 MSD
куда девался ключик -stdin? В мане есть, еще вчера был в елллинкс, сегодня нет 
Steps to Reproduce:
1. elinks -stdin -dump 
2. man elinks 
3.
Comment 1 at@altlinux.org 2005-04-06 21:23:17 MSD
Passing -stdin now gives a warning.
http://bugzilla.elinks.or.cz/show_bug.cgi?id=557

$ echo '<p>a1</p><p>a2</p1>' |elinks -stdin -dump
Warning: Deprecated option -stdin used!
ELinks now determines the -stdin option value automatically.
In the future versions ELinks will report error when you will
continue to use this option.
   a1

   a2
$